projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5708e2b
)
Use Website instead of Homepage
author
William Jon McCann
<jmccann@redhat.com>
Wed, 9 Jan 2013 00:40:21 +0000
(19:40 -0500)
committer
William Jon McCann
<jmccann@redhat.com>
Wed, 9 Jan 2013 00:45:20 +0000
(19:45 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=691375
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 9377c1dcf09facd2fd1455dd7aab76cf97b7db63..bca534c4655e58e9e70d75ca2698ced55303a60e 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-1014,7
+1014,7
@@
update_website (GtkAboutDialog *about)
else
{
markup = g_strdup_printf ("<a href=\"%s\">%s</a>",
- priv->website_url, _("
Homepag
e"));
+ priv->website_url, _("
Websit
e"));
}
gtk_label_set_markup (GTK_LABEL (priv->website_label), markup);